ddfb7754845b8aa44b30d8dccc157cf1004c6853,java/lamwdesigner/jCommons.java,jCommons,clearLayoutAll,#,179

Before Change


			}
			for (int j = 0; j < countParentRule; j++) {
				//if(Build.VERSION.SDK_INT < 17) 
				  ((android.widget.RelativeLayout.LayoutParams) lparams).addRule(lparamsParentRule[j], 0);
				
//[ifdef_api17up]
				//if(Build.VERSION.SDK_INT >= 17)

After Change


//[endif_api17up]
			}
			for (int j = 0; j < countParentRule; j++) {
			  if(Build.VERSION.SDK_INT < 17) 
				  ((android.widget.RelativeLayout.LayoutParams) lparams).addRule(lparamsParentRule[j], 0);
				
//[ifdef_api17up]
			if(Build.VERSION.SDK_INT >= 17)